Skip to content

Commit 870af8b

Browse files
committed
indentation
1 parent 1558dc9 commit 870af8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugins/MetaProtocolCodable/Plugin.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ struct MetaProtocolCodable: BuildToolPlugin {
4646
) throws -> [Command] where Context: MetaProtocolCodablePluginContext {
4747
// Get config
4848
let tool = try context.tool(named: "ProtocolGen")
49-
#if swift(<6)
49+
#if swift(<6)
5050
let toolUrl = URL(string: tool.path.string)!
51-
#else
51+
#else
5252
let toolUrl = tool.url
5353
#endif
5454
let config = try fetchConfig(for: target)

0 commit comments

Comments
 (0)