Skip to content

Commit

Permalink
Update SnowdropMacros.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
neothXT authored Aug 20, 2024
1 parent 9fe25ee commit c51bbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Snowdrop/SnowdropMacros.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation

// MARK: - Service macro
@attached(peer, names: suffixed(Service), suffixed(ServiceImpl))
@attached(peer, names: suffixed(Service), suffixed(Impl))
public macro Service() = #externalMacro(module: "SnowdropMacros", type: "ServiceMacro")

// MARK: - Mockable macro
Expand Down

0 comments on commit c51bbfb

Please sign in to comment.