From f1170f66c702f7169e2f290d8c5ce8c70cdf8d5d Mon Sep 17 00:00:00 2001 From: Joleen Feltz Date: Fri, 2 Feb 2024 10:37:12 -0600 Subject: [PATCH] Remove extra spaces --- satpy/etc/enhancements/generic.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/satpy/etc/enhancements/generic.yaml b/satpy/etc/enhancements/generic.yaml index 16daa2ff27..63778bd030 100644 --- a/satpy/etc/enhancements/generic.yaml +++ b/satpy/etc/enhancements/generic.yaml @@ -285,10 +285,10 @@ enhancements: 2, # Probably Cloudy 3, # Cloudy ], - 'colors': [[ 0, 0, 0], # black,-127 = Fill Value - [ 94, 79, 162], # blue, 0 = Clear - [ 73, 228, 242], # cyan, 1 = Probably Clear - [158, 1, 66], # red, 2 = Probably Cloudy + 'colors': [[0, 0, 0], # black,-127 = Fill Value + [94, 79, 162], # blue, 0 = Clear + [73, 228, 242], # cyan, 1 = Probably Clear + [158, 1, 66], # red, 2 = Probably Cloudy [255, 255, 255], # white, 3 = Cloudy ], 'color_scale': 255,