Skip to content

Commit c976af8

Browse files
committed
format generators
1 parent 8e84732 commit c976af8

File tree

1 file changed

+3
-2
lines changed
  • generators/src/main/java/com/algolia/codegen

1 file changed

+3
-2
lines changed

generators/src/main/java/com/algolia/codegen/Utils.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,13 @@ public static boolean shouldUseExplicitOneOfName(Collection<String> oneOf) {
181181
}
182182

183183
/**
184-
* Sets a `generationBanner` variable on the mustache templates, to display the generation banner on generated files.
184+
* Sets a `generationBanner` variable on the mustache templates, to display the generation banner
185+
* on generated files.
185186
*/
186187
public static void setGenerationBanner(Map<String, Object> additionalProperties) {
187188
additionalProperties.put(
188189
"generationBanner",
189-
"This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation."
190+
"This file is generated, manual changes will be lost - read more on" + " https://github.com/algolia/api-clients-automation."
190191
);
191192
}
192193
}

0 commit comments

Comments
 (0)