Skip to content

Commit 9f6367f

Browse files
committed
formatting
1 parent ed4c8f3 commit 9f6367f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/IEngine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class UnsatCertificateNode;
4444
class IEngine
4545
{
4646
public:
47-
virtual ~IEngine() {};
47+
virtual ~IEngine(){};
4848

4949
enum ExitCode {
5050
UNSAT = 0,

0 commit comments

Comments
 (0)