Skip to content

Commit

Permalink
use enum
Browse files Browse the repository at this point in the history
  • Loading branch information
taji-taji committed Aug 13, 2022
1 parent 7b1974b commit aafc0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DangerSwiftPeriphery/DangerPeriphery.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import Danger

public struct DangerPeriphery {
public enum DangerPeriphery {
@discardableResult
public static func scan(peripheryExecutable: String = "swift run periphery",
@PeripheryArgumentsBuilder arguments: () -> [String],
Expand Down

0 comments on commit aafc0f6

Please sign in to comment.