Remove un-needed `Requests` namespace use

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>
monroegm-disable-blank-issue-2
nemerle 4 years ago
parent 3cac520280
commit 7b6ce50fe8

@ -139,7 +139,7 @@ namespace AZ::IO::Requests
{
}
Requests::ReportData::ReportData(ReportType reportType)
ReportData::ReportData(ReportType reportType)
: m_reportType(reportType)
{
}

Loading…
Cancel
Save