From 04ce17415f25dbf10eba954212c8428ae630df88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 26 Oct 2022 11:31:22 +0200 Subject: Format with go 1.19 --- capabilities/package.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'capabilities/package.go') diff --git a/capabilities/package.go b/capabilities/package.go index 021f28b..3d1e5a3 100644 --- a/capabilities/package.go +++ b/capabilities/package.go @@ -16,14 +16,14 @@ * ******************************************************************************/ -//Package capabilities contains feature switches that Schwift's unit tests can -//set to exercise certain fallback code paths in Schwift that they could not -//trigger otherwise. +// Package capabilities contains feature switches that Schwift's unit tests can +// set to exercise certain fallback code paths in Schwift that they could not +// trigger otherwise. // -//THIS IS A PRIVATE MODULE. It is not covered by any forwards or backwards -//compatiblity and may be gone at a moment's notice. +// THIS IS A PRIVATE MODULE. It is not covered by any forwards or backwards +// compatiblity and may be gone at a moment's notice. package capabilities -//AllowBulkDelete can be set to false to force Schwift to act as if the server -//does not support bulk deletion. +// AllowBulkDelete can be set to false to force Schwift to act as if the server +// does not support bulk deletion. var AllowBulkDelete = true -- cgit v1.2.3