mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-04-27 15:07:41 +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 displayID = displays[screenIndex]
|
||||||
let fileName = generateFileName(displayIndex: screenIndex)
|
let fileName = generateFileName(displayIndex: screenIndex)
|
||||||
let filePath = getOutputPath(fileName)
|
let filePath = getOutputPath(fileName)
|
||||||
|
|
||||||
try captureDisplay(displayID, to: filePath)
|
try captureDisplay(displayID, to: filePath)
|
||||||
|
|
||||||
let savedFile = SavedFile(
|
let savedFile = SavedFile(
|
||||||
path: filePath,
|
path: filePath,
|
||||||
item_label: "Display \(screenIndex + 1) (Index \(screenIndex))",
|
item_label: "Display \(screenIndex + 1) (Index \(screenIndex))",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue