From d9cb093989263b7e57a43d9ef18d88da7a77a784 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 6 Jul 2018 15:00:45 -0400 Subject: Run tools/format.sh --- src/snapshot_creator.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/snapshot_creator.cc') 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 // 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" -- cgit v1.2.3