Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
patduin committed Apr 17, 2024
1 parent b2a8502 commit 1f3f6bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public String generateKey(String key) {
if (prefix != null && !prefix.isEmpty()) {
return prefix + "_" + key;
}
return ""+key;
return "" + key;
}

}

0 comments on commit 1f3f6bd

Please sign in to comment.