Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 634681437
  • Loading branch information
tensorflower-gardener authored and tensorflow-copybara committed May 17, 2024
1 parent 84a71a4 commit b907149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class StoragePathErrorInjectingSourceAdapterCreator {
adapter) {
adapter->reset(
new ErrorInjectingSourceAdapter<StoragePath, std::unique_ptr<Loader>>(
Status(static_cast<tsl::errors::Code>(absl::StatusCode::kCancelled),
Status(static_cast<absl::StatusCode>(absl::StatusCode::kCancelled),
config.error_message())));
return Status();
}
Expand Down

0 comments on commit b907149

Please sign in to comment.