Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 8d6a70c

Browse files
bergeretemrekultursay
authored andcommitted
Add missing comma
Found by new clang-tidy checker ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=118534113
1 parent d3db3a0 commit 8d6a70c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/googleclouddebugger/immutability_tracer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static const char* kWhitelistedCFunctions[] = {
6262
"list",
6363
"unichr",
6464
"format",
65-
"locals"
65+
"locals",
6666
"reduce",
6767
"unicode",
6868
"chr",

0 commit comments

Comments
 (0)