Skip to content

Commit

Permalink
Update for spotless-lib 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jul 4, 2024
1 parent 3480c5e commit d1d8832
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected FileSignature calculateState() throws Exception {
throw Unhandled.classException(o);
}
}
return FileSignature.signAsList(files);
return FileSignature.from(files);
}

/** Returns the files which were resolved. */
Expand Down

0 comments on commit d1d8832

Please sign in to comment.