Skip to content

Commit 5e66d23

Browse files
authored
Fixed lint indentation
1 parent 5e5034b commit 5e66d23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/RollingFileWriteStream.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ class RollingFileWriteStream extends Writable {
182182
mode: this.options.mode
183183
}
184184
await moveAndMaybeCompressFile(
185-
sourceFilePath,
186-
targetFilePath,
187-
moveAndCompressOptions
185+
sourceFilePath,
186+
targetFilePath,
187+
moveAndCompressOptions
188188
);
189189
}
190190

0 commit comments

Comments
 (0)