Skip to content

Commit aaa272e

Browse files
committed
src: fix cpp linting
1 parent f4f6b6b commit aaa272e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,8 @@ ExitCode LoadSnapshotDataAndRun(const SnapshotData** snapshot_data_ptr,
11881188
bool ok = SnapshotData::FromFile(read_data.get(), fp);
11891189
fclose(fp);
11901190
if (!ok) {
1191-
// If we fail to read the customized snapshot, simply exit with kStartupSnapshotFailure.
1191+
// If we fail to read the customized snapshot,
1192+
// simply exit with kStartupSnapshotFailure.
11921193
exit_code = ExitCode::kStartupSnapshotFailure;
11931194
return exit_code;
11941195
}

0 commit comments

Comments
 (0)