mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
style: Set clang-format width 100 (#2953)
This commit is contained in:
@@ -24,7 +24,10 @@
|
||||
#include <memory>
|
||||
|
||||
void
|
||||
ExampleDropTableMigrator::runMigration(std::shared_ptr<Backend> const& backend, util::config::ObjectView const&)
|
||||
ExampleDropTableMigrator::runMigration(
|
||||
std::shared_ptr<Backend> const& backend,
|
||||
util::config::ObjectView const&
|
||||
)
|
||||
{
|
||||
backend->dropDiffTable();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user