Skip to content

Commit cc4b021

Browse files
uncrustify: fix prospector warnings
1 parent 4f57b46 commit cc4b021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uncstrap/uncstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def main():
200200
group.add_argument('exclude_list_path', nargs="?", type=str, help='Path to uncstrap exclude list.')
201201
group.add_argument('-b', '--build', dest='build', action='store_true', help='Build uncrustify binary.')
202202
parser.set_defaults(build=False)
203-
203+
204204
args = parser.parse_args()
205205

206206
if args.build:

0 commit comments

Comments
 (0)