Code formatting changes, clean up, no functionality changes

This commit is contained in:
Gennadiy Civil
2018-08-14 11:08:35 -04:00
parent 15ef6ec064
commit f225735222
4 changed files with 6 additions and 15 deletions

View File

@@ -88,8 +88,7 @@ $if i <= max_callback_arity [[
return callback->Run($gets);
}
]] $else [[
// There is no InvokeCallback() for $i-tuples, as google3 callbacks
// support $max_callback_arity arguments at most.
// There is no InvokeCallback() for $i-tuples
]]
};