Closed sebsto closed 1 month ago
Will use the NIO formatting script as suggested.
the NIO swift format script crashes with this error
Sources/AWSLambdaRuntimeCore/LambdaRuntime.swift:30:26: error: unexpected code in parameter clause
on this code
@sebsto yes. this is because of an "old" toolchain. I applied the necessary changes manually. On linux it already works as intended (see CI).
The CI stills fails IMHO
@fabianfett swift format is fixed ! I'll merge if you approve
Fixed - not sure where it came from, maybe my first pass of swift-format without using swift-nio's script
Apply swift-format to
Sources
andPlugins
directories