Skip to content

Commit

Permalink
empty lines at the end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-landiak committed Jul 11, 2024
1 parent 0aaa6a0 commit 2cd9eae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ public void givenCurrentTopicSubscriptions_whenProcessEmptySubscriptionChangedEv
private TopicSubscription getTopic(String topic, int qos) {
return new TopicSubscription(topic, qos);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ public void givenClientTopics_whenUnsubscribe_thenOk() {
subscriptionService.unsubscribe("clientId", Set.of("topic1", "topic2"));
verify(subscriptionTrie, times(2)).delete(any(), any());
}
}
}

0 comments on commit 2cd9eae

Please sign in to comment.