Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Nov 26, 2024
1 parent 9805f9f commit 94ee39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pddl/formatter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void PDDLFormatter::write(const AxiomImpl& element, std::ostream& out)
}
out << "\n";

m_indent -= m_add_indent;
m_indent += m_add_indent;

out << std::string(m_indent, ' ');
write(*element.get_condition(), out);
Expand Down

0 comments on commit 94ee39c

Please sign in to comment.