Skip to content

Commit

Permalink
src: fix cpp linting
Browse files Browse the repository at this point in the history
  • Loading branch information
debadree25 committed Feb 19, 2023
1 parent f4f6b6b commit aaa272e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,8 @@ ExitCode LoadSnapshotDataAndRun(const SnapshotData** snapshot_data_ptr,
bool ok = SnapshotData::FromFile(read_data.get(), fp);
fclose(fp);
if (!ok) {
// If we fail to read the customized snapshot, simply exit with kStartupSnapshotFailure.
// If we fail to read the customized snapshot,
// simply exit with kStartupSnapshotFailure.
exit_code = ExitCode::kStartupSnapshotFailure;
return exit_code;
}
Expand Down

0 comments on commit aaa272e

Please sign in to comment.