Skip to content

Commit 96e2e92

Browse files
committed
squash! lint
1 parent 8447bae commit 96e2e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/landing_session.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ export default class LandingSession extends Session {
337337

338338
const metadata = this.metadata.trim().split('\n');
339339
const amended = original.slice(0, -originalTrailers.length).trim().split('\n');
340-
340+
341341
// Only keep existing trailers that we won't add ourselves
342342
const keptTrailers = originalTrailers.split('\n').filter(line =>
343343
!!line &&

0 commit comments

Comments
 (0)