Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 539007682
Change-Id: Ieb37aacf7a4b32a4121030f2518c322d39a62e85
  • Loading branch information
Googler authored and copybara-github committed Jun 9, 2023
1 parent 6814f78 commit f75d14b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void setupMockClient(MockToolsConfig config, List<String> workspaceConten
config.create("local_config_xcode_workspace/WORKSPACE");
config.create("protobuf_workspace/WORKSPACE");
config.overwrite("WORKSPACE", workspaceContents.toArray(new String[0]));
/** The rest of platforms is initialized in {@link MockPlatformSupport}. */
/* The rest of platforms is initialized in {@link MockPlatformSupport}. */
config.create("platforms_workspace/WORKSPACE", "workspace(name = 'platforms')");
config.create("platforms_workspace/MODULE.bazel", "module(name = 'platforms')");
config.create(
Expand Down

0 comments on commit f75d14b

Please sign in to comment.