Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit f67080c

Browse files
authored
Update brain.h
1 parent 6af7bee commit f67080c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/brain/brain.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ class Brain {
113113
std::unordered_map<std::string, struct event *> job_handles_;
114114
BrainEnvironment env_;
115115
};
116-
}
117-
}
116+
} // namespace brain
117+
} // namespace peloton

0 commit comments

Comments
 (0)