@@ -804,9 +804,10 @@ StatusOr<ResumableParallelUploadState> ResumableParallelUploadState::CreateNew(
804804 std::vector<ObjectWriteStream> streams;
805805
806806 auto upload_options = std::tuple_cat (
807- StaticTupleFilter<Among<ContentEncoding, ContentType, EncryptionKey,
808- KmsKeyName, PredefinedAcl, UserProject,
809- WithObjectMetadata>::TPred>(options),
807+ StaticTupleFilter<
808+ Among<ContentEncoding, ContentType, EncryptionKey, KmsKeyName,
809+ PredefinedAcl, UserProject, WithObjectMetadata>::TPred>(
810+ options),
810811 std::make_tuple (UseResumableUploadSession (" " )));
811812 for (std::size_t i = 0 ; i < num_shards; ++i) {
812813 ResumableUploadRequest request (
@@ -862,8 +863,8 @@ StatusOr<ResumableParallelUploadState> ResumableParallelUploadState::Resume(
862863 }
863864
864865 auto read_options = std::tuple_cat (
865- StaticTupleFilter<
866- Among<EncryptionKey, Generation, UserProject>::TPred>( options),
866+ StaticTupleFilter<Among<EncryptionKey, Generation, UserProject>::TPred>(
867+ options),
867868 std::make_tuple (IfGenerationMatch (state_and_gen->second )));
868869
869870 auto state_stream = google::cloud::internal::apply (
0 commit comments