Skip to content

Commit

Permalink
format cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Feb 22, 2024
1 parent 752c12b commit f610490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ var globalSwiftSettings: [PackageDescription.SwiftSetting] = []
#if canImport(Foundation)
#if swift(>=5.7) // && swift(<5.8)
import Foundation

if ProcessInfo.processInfo.environment["CI"] != nil {
globalSwiftSettings.append(.unsafeFlags(["-Xfrontend", "-strict-concurrency=complete"]))
/*
Expand Down
1 change: 1 addition & 0 deletions Tests/CRDTTests/grokTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import CRDT
import XCTest

// These tests are for me to explore and confirm how swift is working, and don't impact any code.
final class grokTests: XCTestCase {
func testTupleSort() throws {
Expand Down

0 comments on commit f610490

Please sign in to comment.