Skip to content

Commit

Permalink
styles: Empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinszuchet committed Jan 17, 2025
1 parent ea8819f commit 8ae38ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/adapters/rpc-server/services/get-friends.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ describe('getFriendsService', () => {
const mockFriends = [
createMockFriendship('0x123', '0x456'),
createMockFriendship('0x123', '0x789'),

createMockFriendship('0x987', '0x123')
]
const totalFriends = 2
Expand Down

0 comments on commit 8ae38ff

Please sign in to comment.