Skip to content

Commit 020b6c3

Browse files
committed
add space
1 parent e165445 commit 020b6c3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/crhmc_sampling/simple_crhmc.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ int main(int argc, char *argv[]) {
9191
run_main<16>(atoi(argv[2]), atoi(argv[3]), atoi(argv[4]));
9292
}
9393
return 0;
94-
}
94+
}

include/misc/poset.h

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Copyright (c) 2020-2021 Vaibhav Thakkar
66

77
// Contributed and/or modified by Vaibhav Thakkar, as part of Google Summer of Code 2021 program.
8-
// Contributed and/or modified by Luca Perju, as part of Google Summer of Code 2024 program.
98

109
// Licensed under GNU LGPL.3, see LICENCE file
1110

0 commit comments

Comments
 (0)