diff --git a/DeathSocketCLI/Validation.fs b/DeathSocketCLI/Validation.fs index 7a55760..600ff99 100644 --- a/DeathSocketCLI/Validation.fs +++ b/DeathSocketCLI/Validation.fs @@ -31,11 +31,9 @@ "Please use the 'list-colours' command to see what you can use.")) let buildSpec imgPath numRows numColumns pWidth colour newPath = - let spec = - { originalPath = imgPath - savePath = newPath - colour = parseColour colour - penWidth = pWidth - rows = numRows - columns = numColumns } - spec \ No newline at end of file + { originalPath = imgPath + savePath = newPath + colour = parseColour colour + penWidth = pWidth + rows = numRows + columns = numColumns } \ No newline at end of file