Skip to content

Commit 1beb560

Browse files
Googlerswiple-rules-gardener
authored andcommitted
No public description
PiperOrigin-RevId: 743141788
1 parent 81c5b92 commit 1beb560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/worker/swift_runner.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ static std::unique_ptr<TempFile> WriteDirectResponseFile(
202202
// the view to the end of the argument in a similar fashion to
203203
// `absl::ConsumePrefix()`.
204204
static std::optional<std::string> ConsumeArg(
205-
absl::Nonnull<absl::string_view *> line) {
205+
absl::string_view *absl_nonnull line) {
206206
size_t whitespace_count = 0;
207207
size_t length = line->size();
208208
while (whitespace_count < length && (*line)[whitespace_count] == ' ') {

0 commit comments

Comments
 (0)