diff --git a/Sources/SpyableMacro/Diagnostics/SpyableNoteMessage.swift b/Sources/SpyableMacro/Diagnostics/SpyableNoteMessage.swift index c87f4cc..36272da 100644 --- a/Sources/SpyableMacro/Diagnostics/SpyableNoteMessage.swift +++ b/Sources/SpyableMacro/Diagnostics/SpyableNoteMessage.swift @@ -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 }