Skip to content

Commit

Permalink
Dummy commit to trigger Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWF committed Dec 14, 2017
1 parent b01b035 commit 19c41a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/json_reporter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ int64_t RoundDouble(double v) { return static_cast<int64_t>(v + 0.5); }

} // end namespace


bool JSONReporter::ReportContext(const Context& context) {
std::ostream& out = GetOutputStream();

Expand Down

0 comments on commit 19c41a3

Please sign in to comment.