Skip to content

Commit 1c6828a

Browse files
committed
f Missing whitespace
1 parent 801f8a3 commit 1c6828a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-persister/src/fs_store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ mod tests {
332332
lightning::ln::msgs::ChannelMessageHandler,
333333
};
334334

335-
impl Drop for FilesystemStore{
335+
impl Drop for FilesystemStore {
336336
fn drop(&mut self) {
337337
// We test for invalid directory names, so it's OK if directory removal
338338
// fails.

0 commit comments

Comments
 (0)