Skip to content

Commit 2187ee6

Browse files
authored
fix: add missing closing quotes (#3)
1 parent e82907a commit 2187ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cc_library(
77
hdrs = glob([
88
"include/**/*.hpp",
99
"include/**/*.h",
10-
"include/**/*.ipp,
10+
"include/**/*.ipp",
1111
]),
1212
includes = ["include"],
1313
deps = [

0 commit comments

Comments
 (0)