Skip to content

Commit

Permalink
[TMP] Try to resolve race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed Jul 11, 2024
1 parent d080685 commit ffd221e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Columbus/ColumbusMain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Foundation

// swiftlint:disable:next convenience_type
public final class ColumbusMain {
public actor ColumbusMain {
public static let countriesJsonUrl = Bundle.module.url(
forResource: "Countries",
withExtension: "json"
Expand Down

0 comments on commit ffd221e

Please sign in to comment.