Skip to content

Commit 2ed90af

Browse files
committed
fixed
1 parent 6af3462 commit 2ed90af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lint.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ sub check_input {
197197
warn(sprintf("Missing 'Required' property for Input Parameter '%s'", $input->id));
198198

199199
} elsif ($input->{'Required'} ne !1 && $input->{'Required'} ne !!1 && q{JSON::PP::Boolean} ne ref($input->{'Required'})) {
200-
warn(sprintf("'Required' property for Input Parameter '%s' is not a boolean", $input->id)));
200+
warn(sprintf("'Required' property for Input Parameter '%s' is not a boolean", $input->id));
201201

202202
}
203203

0 commit comments

Comments
 (0)