Skip to content

Commit

Permalink
Marked Manifest as final
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkleveter committed May 4, 2018
1 parent ce1ce89 commit fe4127a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Manifest/Manifest.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Foundation

/// An interface for a package's manifest.
public class Manifest: Codable {
public final class Manifest: Codable {

/// The current environment that the `Manifest` is being used in.
public static var environment: Environment = .commandline
Expand Down

0 comments on commit fe4127a

Please sign in to comment.