Skip to content

Commit d99ae40

Browse files
committed
Fixed style
1 parent 1174bf9 commit d99ae40

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/hashlib

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/hashlib/DigestObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ final String getAlgorithm() {
210210
* Ensures that {@link #update(byte[])} is not called after {@link #digest()} if cloning is not
211211
* supported. Also caches the digest and ensures that the cache is cleared on update.
212212
*/
213-
private static abstract class DigestObjectBase extends DigestObject {
213+
private abstract static class DigestObjectBase extends DigestObject {
214214
private byte[] cachedDigest = null;
215215
private boolean wasReset;
216216

0 commit comments

Comments
 (0)