Skip to content

[style] remove redundant nil/length check on slice

Ghost User requested to merge minor_slice_check_fix into main

Nil slices are valid slices of length 0, so the nil check is not needed.

Signed-off-by: Sam Whited sam@samwhited.com

Edited by Ghost User

Merge request reports