Skip to content

Commit

Permalink
Fix Format
Browse files Browse the repository at this point in the history
  • Loading branch information
raynigon committed Oct 6, 2023
1 parent 77aada5 commit 07010a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unit-api-validation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dependencies {
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
testImplementation 'org.hibernate.validator:hibernate-validator:8.0.1.Final'
testImplementation("org.glassfish:jakarta.el:4.0.2")
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ private static Unit<?> createUnit(Class<? extends Unit<?>> unitType) {
throw new IllegalArgumentException("Unable to create Unit " + unitType, e);
}
}
}
}

0 comments on commit 07010a3

Please sign in to comment.