Add get command

Change-Id: Id06539070fb8d815786149e1479e93d75d4b70f1
diff --git a/src/ast_path.hpp b/src/ast_path.hpp
index 8827a38..dab06ea 100644
--- a/src/ast_path.hpp
+++ b/src/ast_path.hpp
@@ -68,8 +68,7 @@
     bool operator==(const node_& b) const;
 };
 
-enum class Scope
-{
+enum class Scope {
     Absolute,
     Relative
 };