Skip to content

Commit a2a30a9

Browse files
committed
src: fix cpp linting
1 parent 98bf692 commit a2a30a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node.cc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,8 @@ ExitCode LoadSnapshotDataAndRun(const SnapshotData** snapshot_data_ptr,
11611161
}
11621162
std::unique_ptr<SnapshotData> read_data = std::make_unique<SnapshotData>();
11631163
if (!SnapshotData::FromBlob(read_data.get(), fp)) {
1164-
// If we fail to read the customized snapshot, simply exit with kStartupSnapshotFailure.
1164+
// If we fail to read the customized snapshot,
1165+
// simply exit with kStartupSnapshotFailure.
11651166
exit_code = ExitCode::kStartupSnapshotFailure;
11661167
return exit_code;
11671168
}

0 commit comments

Comments
 (0)