Skip to content

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
TungYuChiang committed Dec 16, 2024
1 parent 91a6eae commit e92727c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ public String[] associateTagsForMetadataObject(
// TODO: associateTagsForMetadataObjectFailureEvent
throw e;
}
return dispatcher.associateTagsForMetadataObject(metalake, metadataObject, tagsToAdd, tagsToRemove);
return dispatcher.associateTagsForMetadataObject(
metalake, metadataObject, tagsToAdd, tagsToRemove);
}

@Override
Expand Down

0 comments on commit e92727c

Please sign in to comment.