Skip to content

Commit 2e576cc

Browse files
committed
dotnet format
1 parent 4c230d3 commit 2e576cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dotnetv4/Bedrock-runtime/Actions/HelloBedrockRuntime.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ private static async Task Invoke(string modelId, string prompt)
2828
default:
2929
Console.WriteLine($"Unknown model ID: {modelId}. Valid model IDs are: {CLAUDE}.");
3030
break;
31-
};
31+
}
32+
;
3233
}
3334
}
3435
}

0 commit comments

Comments
 (0)