Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 60913ef

Browse files
committed
Fix formatting.
1 parent c6a6ba3 commit 60913ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/executor/plan_executor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static void CompileAndExecutePlan(
7474
values.push_back(std::move(str));
7575
}
7676
}
77-
plan->ClearParameterValues();
77+
plan->ClearParameterValues();
7878
on_complete(result, std::move(values));
7979
};
8080

0 commit comments

Comments
 (0)