Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mingodad authored Nov 4, 2022
1 parent 650787e commit 448f52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/souffle/CompiledOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class CmdOptions {
#ifdef SOUFFLE_GENERATOR_VERSION
std::cerr << " Version: " << SOUFFLE_GENERATOR_VERSION << std::endl;
#endif
std::cerr << " Word size: " << RAM_DOMAIN_SIZE << " bits" << std::endl;
std::cerr << " Word size: " << RAM_DOMAIN_SIZE << " bits" << std::endl;
std::cerr << "--------------------------------------------------------------------\n";
std::cerr << " Copyright (c) 2016-22 The Souffle Developers." << std::endl;
std::cerr << " Copyright (c) 2013-16 Oracle and/or its affiliates." << std::endl;
Expand Down

0 comments on commit 448f52f

Please sign in to comment.