mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Removed unnecessary semicolon
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@597 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
2be531e212
commit
c4ec34e7fa
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ namespace detail
|
||||||
mock::reset();
|
mock::reset();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
BOOST_GLOBAL_FIXTURE( cleanup );
|
BOOST_GLOBAL_FIXTURE( cleanup )
|
||||||
}
|
}
|
||||||
} // mock
|
} // mock
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue