Skip to content

Commit

Permalink
fix smithy formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjkl committed Mar 26, 2024
1 parent add4bcd commit fe09c61
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions modules/openapi/test/resources/foo.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,26 @@ structure NotFound {

@examples([
{
title: "ONE"
input: {
in: "test input"
}
output: {
out: "test output"
}
title: "ONE"
input: {
in: "test input"
}
output: {
out: "test output"
}
}
{
title: "TWO"
input: {
in: "test input two"
}
error: {
shapeId: NotFound
content: {
message: "Not found message"
}
title: "TWO"
input: {
in: "test input two"
}
error: {
shapeId: NotFound
content: {
message: "Not found message"
}
}
}
])
@http(method: "POST", uri: "/test_errors")
operation TestErrorsInExamples {
Expand Down

0 comments on commit fe09c61

Please sign in to comment.