Skip to content

Commit

Permalink
Fix overload
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Oct 24, 2022
1 parent 20bb4c3 commit a44e13c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/GrainDescriptor/Entrypoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public func serialize(
serialize(serialization: serialization, output: output, thunk)
}

@_disfavoredOverload
public func serialize(
serialization: Serialization = .json,
output: Output = .stdout,
Expand Down

0 comments on commit a44e13c

Please sign in to comment.