Skip to content

Commit

Permalink
fix ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed May 15, 2024
1 parent 757b492 commit 7220fc3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ import software.amazon.smithy.swift.codegen.SwiftDependency
import software.amazon.smithy.swift.codegen.SwiftWriter
import software.amazon.smithy.swift.codegen.customtraits.NeedsReaderTrait
import software.amazon.smithy.swift.codegen.customtraits.NeedsWriterTrait
import software.amazon.smithy.swift.codegen.events.MessageMarshallableGenerator
import software.amazon.smithy.swift.codegen.events.MessageUnmarshallableGenerator
import software.amazon.smithy.swift.codegen.integration.httpResponse.HTTPResponseGenerator
import software.amazon.smithy.swift.codegen.integration.middlewares.AuthSchemeMiddleware
import software.amazon.smithy.swift.codegen.integration.middlewares.ContentLengthMiddleware
Expand All @@ -59,8 +61,6 @@ import software.amazon.smithy.swift.codegen.integration.middlewares.providers.Ht
import software.amazon.smithy.swift.codegen.integration.middlewares.providers.HttpUrlPathProvider
import software.amazon.smithy.swift.codegen.integration.serde.union.UnionDecodeGenerator
import software.amazon.smithy.swift.codegen.integration.serde.union.UnionEncodeGenerator
import software.amazon.smithy.swift.codegen.events.MessageMarshallableGenerator
import software.amazon.smithy.swift.codegen.events.MessageUnmarshallableGenerator
import software.amazon.smithy.swift.codegen.middleware.OperationMiddlewareGenerator
import software.amazon.smithy.swift.codegen.model.ShapeMetadata
import software.amazon.smithy.swift.codegen.model.findStreamingMember
Expand Down

0 comments on commit 7220fc3

Please sign in to comment.