Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7f6dbe9

Browse files
committed
Format
1 parent 9b46de4 commit 7f6dbe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shell/platform/darwin/ios/framework/Source/FlutterPlatformPlugin.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
constexpr char kTextPlainFormat[] = "text/plain";
1818
const UInt32 kKeyPressClickSoundId = 1306;
1919

20-
} // namespaces
20+
} // namespace
2121

2222
namespace flutter {
2323

shell/platform/darwin/ios/framework/Source/VsyncWaiterIosTest.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
auto runner = thread->GetTaskRunner();
1818
return runner;
1919
}
20-
}
20+
} // namespace
2121

2222
@interface VSyncClient (Testing)
2323

0 commit comments

Comments
 (0)