Fix formating

PiperOrigin-RevId: 253196457
Change-Id: Id73a08945dedff7a116d500202355ecf266afcf3
This commit is contained in:
Wiktor Garbacz 2019-06-14 03:00:37 -07:00 committed by Copybara-Service
parent 605d402121
commit 4b9be4e78a

View File

@ -60,7 +60,7 @@ class Sandbox2 final {
Sandbox2& operator=(const Sandbox2&) = delete;
// Runs the sandbox, blocking until there is a result.
ABSL_MUST_USE_RESULT Result Run() {
ABSL_MUST_USE_RESULT Result Run() {
RunAsync();
return AwaitResult();
}