diff --git a/src/node.cc b/src/node.cc index 464164d5489ea5..2f06c9609e844b 100644 --- a/src/node.cc +++ b/src/node.cc @@ -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; }