Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Matejkob authored Sep 20, 2024
1 parent d9b85b9 commit 1a9fe54
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 1a9fe54

Please sign in to comment.