Skip to content

Commit

Permalink
Resolve format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dessina-devasia committed Jan 3, 2025
1 parent 954330e commit d178bdc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,7 @@ public Location findPropertyLocation(Module module, String sourceType, String so
return utils.toLocation(fieldOrMethod);
}
return null;
}).inSmartMode(project)
.executeSynchronously();
}).inSmartMode(project).executeSynchronously();
}

/**
Expand Down

0 comments on commit d178bdc

Please sign in to comment.