From a1178b9e0cb7ec1d0f9d2e5e461a1466ff11370f Mon Sep 17 00:00:00 2001 From: Nico0302 Date: Sun, 5 Jun 2022 18:36:00 +0200 Subject: [PATCH] Fix misplaced comma --- constants.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants.go b/constants.go index 7931534..e6e1a02 100644 --- a/constants.go +++ b/constants.go @@ -352,8 +352,8 @@ const ( AttributeJobKilobyteOctets = "job-k-octets" AttributeNumberOfDocuments = "number-of-documents" AttributeJobOriginatingUserName = "job-originating-user-name" - AttributeOutputOrder = "outputorder", - AttributeMediaCol = "media-col", + AttributeOutputOrder = "outputorder" + AttributeMediaCol = "media-col" ) // Default attributes