Skip to content

Commit

Permalink
- Cleaned up code formatting by removing an unnecessary space in the …
Browse files Browse the repository at this point in the history
…parameters list.

#197
  • Loading branch information
souhailtourjmen authored Nov 22, 2024
1 parent e267bf2 commit 0a4b6d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/printer/printHelpers/addTextLine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export async function addTextLine(
printer: Printer,
params: SpaceBetweenParams,
customCharsPerLine?: number

) {
const printerCharsPerLinePerWidth = getFontACharsPerLine(printer.deviceName);
const { value: paperWidth } = await printer.getPrinterSetting(
Expand Down

0 comments on commit 0a4b6d8

Please sign in to comment.