mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-03-25 09:25:47 +00:00
swiftformat
This commit is contained in:
parent
1757503a84
commit
d07bb0fd37
1 changed files with 2 additions and 2 deletions
|
|
@ -139,9 +139,9 @@ struct ImageCommand: ParsableCommand {
|
|||
let displayID = displays[screenIndex]
|
||||
let fileName = generateFileName(displayIndex: screenIndex)
|
||||
let filePath = getOutputPath(fileName)
|
||||
|
||||
|
||||
try captureDisplay(displayID, to: filePath)
|
||||
|
||||
|
||||
let savedFile = SavedFile(
|
||||
path: filePath,
|
||||
item_label: "Display \(screenIndex + 1) (Index \(screenIndex))",
|
||||
|
|
|
|||
Loading…
Reference in a new issue