Skip to content

Commit

Permalink
fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Jun 5, 2024
1 parent d268b48 commit 7e45c94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Amplify/DevMenu/View/IssueReporter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ struct IssueReporter: View {
includeEnvInfo: includeEnvInfo,
includeDeviceInfo: includeDeviceInfo)
let value = await IssueInfoHelper.generateMarkdownForIssue(issue: issue)
#if os(iOS)
#if os(iOS)
UIPasteboard.general.string = value
#elseif canImport(AppKit)
#elseif canImport(AppKit)
NSPasteboard.general.setString(value, forType: .string)
#endif
#endif
}
}
}
Expand Down

0 comments on commit 7e45c94

Please sign in to comment.