Remove blank lines
Change-Id: I2d5b7ef13ce3820b2ba296e7112f10165275d9ba
Showing
1 changed file
with
0 additions
and
2 deletions
| ... | @@ -169,8 +169,6 @@ public class GossipIntentStore | ... | @@ -169,8 +169,6 @@ public class GossipIntentStore |
| 169 | return ImmutableList.of(); | 169 | return ImmutableList.of(); |
| 170 | } | 170 | } |
| 171 | 171 | ||
| 172 | - | ||
| 173 | - | ||
| 174 | @Override | 172 | @Override |
| 175 | public void write(IntentData newData) { | 173 | public void write(IntentData newData) { |
| 176 | checkNotNull(newData); | 174 | checkNotNull(newData); | ... | ... |
-
Please register or login to post a comment