Skip to content

Commit

Permalink
fix: empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Oct 20, 2023
1 parent c22585d commit c582a77
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ public boolean equals(Object other) {
public boolean equals(Object other) {
if (other instanceof ThirdPartyConfig) {
ThirdPartyConfig otherThirdPartyConfig = (ThirdPartyConfig) other;

return otherThirdPartyConfig.enabled == this.enabled &&
unorderedArrayEquals(otherThirdPartyConfig.providers, this.providers);
}
Expand Down

0 comments on commit c582a77

Please sign in to comment.