Skip to content

Commit 0b9a449

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 6d907e5 commit 0b9a449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/microsoft-graph-authz/src/main/java/module-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
requires com.azure.identity;
2222
requires com.microsoft.graph.core;
2323
// FIXME both of these module includes are load bearing, because this project is cursed
24-
// we don't need either of these in the plugin, but without the Kotlin include, the plugin fails to compile; without the gson include,
25-
// we get a NoClassDefFoundError at runtime
24+
// we don't need either of these in the plugin, but without the Kotlin include, the plugin fails to compile; without the gson include,
25+
// we get a NoClassDefFoundError at runtime
2626
requires kotlin.stdlib;
2727
requires com.google.gson;
2828

0 commit comments

Comments
 (0)