Skip to content

Commit e2d9cd5

Browse files
committed
forgotten comma
1 parent 9f7b06f commit e2d9cd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/04_python_static_analysis/config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"resource_limits" : {
33
"RLIMIT_CPU" : 60,
44
"RLIMIT_NPROC" : 100,
5-
"RLIMIT_AS" : "RLIM_INFINITY"
5+
"RLIMIT_AS" : "RLIM_INFINITY",
66
"RLIMIT_SIGPENDING" : 100
77
},
88

examples/05_cpp_static_analysis/config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"resource_limits" : {
33
"RLIMIT_CPU" : 60,
44
"RLIMIT_NPROC" : 100,
5-
"RLIMIT_AS" : "RLIM_INFINITY"
5+
"RLIMIT_AS" : "RLIM_INFINITY",
66
"RLIMIT_SIGPENDING" : 100
77
},
88

0 commit comments

Comments
 (0)