Skip to content

Commit bd92e37

Browse files
committed
added whitespace after comma
1 parent 799ce0d commit bd92e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_sorting.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ module stdlib_sorting
132132
operator(>=), operator(<), operator(<=)
133133

134134
use stdlib_bitsets, only: bitset_64, bitset_large, &
135-
assignment(=), operator(>), operator(>=),operator(<),operator(<=)
135+
assignment(=), operator(>), operator(>=), operator(<), operator(<=)
136136

137137
implicit none
138138
private

0 commit comments

Comments
 (0)