Skip to content

Commit 8aa6bbe

Browse files
xingguo01Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent b86fc8b commit 8aa6bbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/portable/executor_runner/executor_runner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ Error load_input_files(
150150
return Error::Internal;
151151
}
152152

153-
// Reserve memory for actual file contents.
154153
// Reserve memory for actual file contents.
155154
inputs_storage.emplace_back(static_cast<size_t>(file_size), '\0');
156155

@@ -161,6 +160,7 @@ Error load_input_files(
161160

162161
input_buffers.emplace_back(
163162
inputs_storage.back().data(), static_cast<size_t>(file_size));
163+
}
164164

165165
return Error::Ok;
166166
}

0 commit comments

Comments
 (0)