Skip to content

Commit 90908fc

Browse files
committed
fix(powerSet.cpp): redundant line
1 parent d4cf18f commit 90908fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

algorithm/bit_manipulation/powerSet.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ void PowerSet(){
3939
}
4040
std::cout << "}";
4141
}
42-
4342
}
4443
int main(){
4544
PowerSet();

0 commit comments

Comments
 (0)