diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-06 15:00:45 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-06 17:33:06 -0400 |
commit | d9cb093989263b7e57a43d9ef18d88da7a77a784 (patch) | |
tree | fe2b5eafadbdbe4c4c7bd27c26a8c73c5b0173b3 /src/snapshot_creator.cc | |
parent | fe404dfce901356dc7a5d38ba70029c72a946f27 (diff) |
Run tools/format.sh
Diffstat (limited to 'src/snapshot_creator.cc')
-rw-r--r-- | src/snapshot_creator.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/snapshot_creator.cc b/src/snapshot_creator.cc index 3f4d8c484..cb5caf304 100644 --- a/src/snapshot_creator.cc +++ b/src/snapshot_creator.cc @@ -1,9 +1,9 @@ // Copyright 2018 Ryan Dahl <ry@tinyclouds.org> // All rights reserved. MIT License. // Hint: --trace_serializer is a useful debugging flag. -#include "internal.h" -#include "file_util.h" #include "deno.h" +#include "file_util.h" +#include "internal.h" #include "third_party/v8/include/v8.h" #include "third_party/v8/src/base/logging.h" |