Skip to content

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
DibyojyotiS committed Apr 26, 2024
1 parent 5b0867b commit 75873e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ void createReadUpdateDeleteNotificationRules() {
getNotificationRuleMutableData("rule2", "channel1");

// should return a compatible rule with notification target populated
NotificationRuleMutableData oldNotificationRuleMutableData = notificationRuleMutableData1
.toBuilder().clearChannelTarget().build();
NotificationRuleMutableData oldNotificationRuleMutableData =
notificationRuleMutableData1.toBuilder().clearChannelTarget().build();
NotificationRule notificationRule1 =
notificationStub
.createNotificationRule(
Expand Down

0 comments on commit 75873e4

Please sign in to comment.