Skip to content

Commit f482afe

Browse files
fix
1 parent 952bbb6 commit f482afe

File tree

4 files changed

+78
-80
lines changed

4 files changed

+78
-80
lines changed

Package.resolved

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "swiftfiddle-format",
66
platforms: [
7-
.macOS(.v10_15)
7+
.macOS(.v13)
88
],
99
dependencies: [
1010
.package(url: "https://github.com/vapor/vapor.git", from: "4.119.2"),

Resources/formatter/Package.resolved

Lines changed: 47 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/App/routes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22
import Vapor
3-
import SwiftFormatConfiguration
3+
import SwiftFormat
44

55
func routes(_ app: Application) throws {
66
app.get("health") { _ in ["status": "pass"] }

0 commit comments

Comments
 (0)