Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Matejkob authored Sep 19, 2024
1 parent bf62aee commit d9b85b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/SpyableMacro/Diagnostics/SpyableNoteMessage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ enum SpyableNoteMessage: String, NoteMessage {
}
#else
/// Unique identifier for each note message, aligning with the corresponding diagnostic message for clarity.
var fixItID: MessageID {
MessageID(domain: "SpyableMacro", id: rawValue + "NoteMessage")
}
//var fixItID: MessageID {
// MessageID(domain: "SpyableMacro", id: rawValue + "NoteMessage")
//}
#endif
}

0 comments on commit d9b85b9

Please sign in to comment.