Browse Source

format code

Gildas 5 years ago
parent
commit
bdcba646cb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      cli/single-file

+ 2 - 2
cli/single-file

@@ -73,8 +73,8 @@ function parseCookies(textValue) {
 					name: values[5],
 					value: values[6],
 					httpOnly
-				};				
+				};
 			}
 		})
 		.filter(cookieData => cookieData);
-}
+}