Skip to content

Commit

Permalink
4.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Mar 17, 2024
1 parent 3a17c78 commit d226db0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ import PackageDescription
let package = Package(
name: "SomeProject",
dependencies: [
.package(url: "https://github.com/dankinsoid/VDFlow.git", from: "4.24.0")
.package(url: "https://github.com/dankinsoid/VDFlow.git", from: "4.25.0")
],
targets: [
.target(name: "SomeProject", dependencies: ["VDFlow"])
Expand Down
2 changes: 1 addition & 1 deletion Sources/VDFlowMacros/StepsMacro.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public struct StepsMacro: MemberAttributeMacro, ExtensionMacro, MemberMacro, Acc
{
throw MacroError("`\(name): \(type)` must have default value or be optional")
}
return ["@StepID(.\(raw: name)) // swiftformat:disable:next redundanttype varattributes"]
return ["@StepID(.\(raw: name))"]
}

public static func expansion(
Expand Down

0 comments on commit d226db0

Please sign in to comment.