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

Commit 10c4803

Browse files
authored
Add TODO(name) to comply with Clang Tidy. (#46057)
Partial work towards flutter/flutter#134969.
1 parent 9807293 commit 10c4803

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

shell/platform/darwin/macos/framework/Headers/FlutterEngine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#import "FlutterPluginRegistrarMacOS.h"
1717
#import "FlutterTexture.h"
1818

19-
// TODO: Merge this file with the iOS FlutterEngine.h.
19+
// TODO(stuartmorgan): Merge this file with the iOS FlutterEngine.h.
2020

2121
@class FlutterViewController;
2222

shell/platform/darwin/macos/framework/Headers/FlutterPluginRegistrarMacOS.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#import "FlutterPluginMacOS.h"
1212
#import "FlutterTexture.h"
1313

14-
// TODO: Merge this file and FlutterPluginMacOS.h with the iOS FlutterPlugin.h, sharing all but
15-
// the platform-specific methods.
14+
// TODO(stuartmorgan): Merge this file and FlutterPluginMacOS.h with the iOS FlutterPlugin.h,
15+
// sharing all but the platform-specific methods.
1616

1717
/**
1818
* The protocol for an object managing registration for a plugin. It provides access to application

0 commit comments

Comments
 (0)