Unverified Commit a26b9ea2 authored by 82marbag's avatar 82marbag Committed by GitHub
Browse files

Fix simple.smithy (#1991)

parent f13bb260
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ structure HealthcheckOutputResponse {
@documentation("Stores a blob for a service id")
operation StoreServiceBlob {
    input: StoreServiceBlobInput,
    output: StoreServiceBlobOutput
    output: StoreServiceBlobOutput,
    errors: [ValidationException]
}