Skip to content

Commit

Permalink
Run swiftformat
Browse files Browse the repository at this point in the history
feature/add-unmanaged-protocol-for-types-that-prefer-a-unique-id-other-than-ObjectID
  • Loading branch information
roanutil committed Aug 20, 2024
1 parent f18eb2f commit 74f2ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// swift-tools-version:5.10

import PackageDescription
import Foundation
import PackageDescription

let package = Package(
name: "CoreDataRepository",
Expand Down Expand Up @@ -70,7 +70,7 @@ if ["YES", "TRUE"].contains((ProcessInfo.processInfo.environment["BENCHMARKS"])?
from: "1.23.5"
),
]

// Benchmark of coredata-repository-benchmarks
package.targets += [
.executableTarget(
Expand Down

0 comments on commit 74f2ad5

Please sign in to comment.