Skip to content

Commit

Permalink
Revert "Fix HelloWorld Samples (#1505)" (#1506)
Browse files Browse the repository at this point in the history
This reverts commit 4915076.
  • Loading branch information
Lukasa authored Oct 17, 2022
1 parent 4915076 commit 930667f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import HelloWorldModel
import NIOCore
import NIOPosix

@main
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
struct HelloWorld: AsyncParsableCommand {
@Option(help: "The port to connect to")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import HelloWorldModel
import NIOCore
import NIOPosix

@main
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
struct HelloWorld: AsyncParsableCommand {
@Option(help: "The port to listen on for new connections")
Expand Down

0 comments on commit 930667f

Please sign in to comment.