From 49ba6ed0f2480dc34d2a5445582e84d039ba8267 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 3 Oct 2022 13:13:10 -0700 Subject: [PATCH] formatting --- jc/cli.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jc/cli.py b/jc/cli.py index 85346f35..7c08ba9b 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -694,9 +694,9 @@ Examples: if _parser_is_streaming(self.parser_module): self.data_in = sys.stdin result = self.parser_module.parse(self.data_in, - raw=self.raw, - quiet=self.quiet, - ignore_exceptions=self.ignore_exceptions) + raw=self.raw, + quiet=self.quiet, + ignore_exceptions=self.ignore_exceptions) for line in result: self.data_out = line