Skip to content

Commit 6c348de

Browse files
committed
Manual code cleanup
1 parent 71e6d3e commit 6c348de

File tree

1 file changed

+1
-2
lines changed
  • lightning-rapid-gossip-sync/src

1 file changed

+1
-2
lines changed

lightning-rapid-gossip-sync/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,7 @@ mod tests {
191191
}
192192

193193
fn get_test_file_path(&self) -> String {
194-
let graph_sync_test_directory = self.get_test_directory();
195-
graph_sync_test_directory + "/test_data.lngossip"
194+
self.get_test_directory() + "/test_data.lngossip"
196195
}
197196
}
198197

0 commit comments

Comments
 (0)