Skip to content

Commit

Permalink
chore(format): updated spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Oct 27, 2023
1 parent 11a9625 commit 6b8890c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.28.0</version>
<version>2.40.0</version>
<configuration>
<formats>
<format>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class ToggleBootstrapFileProvider implements ToggleBootstrapProvider {
public ToggleBootstrapFileProvider() {
this.path = getBootstrapFile();
}

/**
* Accepts path to file to read either as constructor parameter or as environment variable in
* "UNLEASH_BOOTSTRAP_FILE"
Expand Down

0 comments on commit 6b8890c

Please sign in to comment.