Skip to content

Commit

Permalink
Run spotlessApply
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Jun 27, 2023
1 parent 91f6792 commit 4b7ff50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ public Iterator<IndexMetadata> iterator() {
}

final Iterator<String> it = aliases.keySet().iterator();
while(it.hasNext()) {
while (it.hasNext()) {
final String alias = it.next();
final AliasMetadata aliasMetadata = aliases.get(alias);

Expand Down

0 comments on commit 4b7ff50

Please sign in to comment.