Skip to content

Commit

Permalink
Update eternalcore-core/src/main/java/com/eternalcode/core/feature/wa…
Browse files Browse the repository at this point in the history
…rp/WarpServiceImpl.java

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
vLuckyyy and coderabbitai[bot] authored Jan 12, 2025
1 parent d11676f commit 2804b53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ public Collection<String> getAllNames() {

@Override
public boolean isEmpty() {
return !this.warps.isEmpty();
return this.warps.isEmpty();
}
}

0 comments on commit 2804b53

Please sign in to comment.