diff --git a/examples/gcs-rest-client/src/main.rs b/examples/gcs-rest-client/src/main.rs index b196ea07e..73df9e66a 100644 --- a/examples/gcs-rest-client/src/main.rs +++ b/examples/gcs-rest-client/src/main.rs @@ -115,4 +115,4 @@ async fn test_compute() { ).await.unwrap(); println!("{:?}", response); -} \ No newline at end of file +} diff --git a/gcloud-sdk/src/rest_apis/google_rest_apis/mod.rs b/gcloud-sdk/src/rest_apis/google_rest_apis/mod.rs index 367830aff..8d02473d5 100644 --- a/gcloud-sdk/src/rest_apis/google_rest_apis/mod.rs +++ b/gcloud-sdk/src/rest_apis/google_rest_apis/mod.rs @@ -1,4 +1,3 @@ - #[cfg(any(feature = "google-rest-bigquery-v2"))] pub mod bigquery_v2;