Skip to content

Commit

Permalink
Simplify verify script: Removes unused parameter to 'check-custom-sty…
Browse files Browse the repository at this point in the history
…le' (#12181)
  • Loading branch information
DanVanAtta authored Dec 6, 2023
1 parent c740a17 commit 39d3298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ set -eu

checkDependency "docker" || installDocker
"$scriptDir/gradlew" spotlessApply check $@
"$scriptDir/.build/code-convention-checks/check-custom-style" spitfire-server
"$scriptDir/.build/code-convention-checks/check-custom-style"

0 comments on commit 39d3298

Please sign in to comment.