Skip to content

Commit 1e93643

Browse files
committed
clang-format
1 parent 26f8b83 commit 1e93643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devicedefender/source/DeviceDefender.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ namespace Aws
162162

163163
std::shared_ptr<ReportTask> ReportTaskBuilder::Build() noexcept
164164
{
165-
return std::shared_ptr<ReportTask>(new ReportTask(
165+
return std::shared_ptr<ReportTask>(new ReportTask(
166166
m_allocator,
167167
m_mqttConnection,
168168
m_thingName,

0 commit comments

Comments
 (0)