Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Nov 16, 2023
1 parent e58cbb5 commit aa0c1cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/gcs-rest-client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ async fn test_compute() {
).await.unwrap();

println!("{:?}", response);
}
}
1 change: 0 additions & 1 deletion gcloud-sdk/src/rest_apis/google_rest_apis/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#[cfg(any(feature = "google-rest-bigquery-v2"))]
pub mod bigquery_v2;

Expand Down

0 comments on commit aa0c1cf

Please sign in to comment.