Skip to content

Commit

Permalink
Reformat GraceMigrations
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan authored and marc0der committed Feb 19, 2024
1 parent 4105bb4 commit efad7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/io/sdkman/changelogs/GraceMigrations.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class GraceMigrations {
id = "001_add_grace_candidate",
author = "rainboyan"
)
def migration001(implicit db: MongoDatabase) : Candidate = {
def migration001(implicit db: MongoDatabase): Candidate = {
Candidate(
candidate = CandidateName,
name = "Grace Framework",
Expand Down

0 comments on commit efad7c9

Please sign in to comment.