From 47c47e65eca547c2976758d9abd521d6f01a22b0 Mon Sep 17 00:00:00 2001 From: Mackenzie Grimes - NOAA Affiliate Date: Wed, 13 Nov 2024 11:49:01 -0700 Subject: [PATCH] fix tab spacing --- command/cp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/cp.go b/command/cp.go index 341aa3dfb..6d85214b0 100644 --- a/command/cp.go +++ b/command/cp.go @@ -327,7 +327,7 @@ type Copy struct { contentType string contentEncoding string contentDisposition string - contentRange string + contentRange string metadata map[string]string metadataDirective string showProgress bool