Skip to content

Commit

Permalink
Update EnvironmentGenerator.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanlensink authored Oct 16, 2023
1 parent eb20318 commit dc3bcef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Sources/steamclenv/EnvironmentGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ import Foundation
struct EnvironmentGenerator {
private let fileHeader = """
// @generated
// This file was automatically generated and should not be edited.
// This file was automatically generated and should not be edited.
// swiftlint:disable all
enum Environment {
"""

private let fileFooter = """
// swiftlint:enable all
}
"""

Expand Down

0 comments on commit dc3bcef

Please sign in to comment.