From 697fa08d8bc20db41137a89d20511921923d2c9c Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Thu, 13 Jun 2024 11:14:24 +0200 Subject: [PATCH] chore(godoc): add breaklines --- pkg/modules/libreoffice/api/api.go | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pkg/modules/libreoffice/api/api.go b/pkg/modules/libreoffice/api/api.go index 44273f53..aa81c7ba 100644 --- a/pkg/modules/libreoffice/api/api.go +++ b/pkg/modules/libreoffice/api/api.go @@ -54,15 +54,18 @@ type Options struct { // Optional. ExportFormFields bool - // SinglePageSheets allows to output each sheet as a single page in the resulting PDF. + // SinglePageSheets allows to output each sheet as a single page in the + // resulting PDF. // Optional SinglePageSheets bool - // LosslessImageCompression allows turning lossless compression on or off to tweak image conversion performance. + // LosslessImageCompression allows turning lossless compression on or off + // to tweak image conversion performance. // Optional LosslessImageCompression bool - // ReduceImageResolution allows turning on or off image resolution reduction to tweak image conversion performance. + // ReduceImageResolution allows turning on or off image resolution + // reduction to tweak image conversion performance. // Optional ReduceImageResolution bool