Skip to content

Commit 97f2776

Browse files
committed
Address pre-commit complains
1 parent 833570e commit 97f2776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def requirements(self):
2222

2323
def generate(self):
2424
tc = CMakeToolchain(self)
25-
25+
2626
#tc.variables["USE_VENDORED_CPPSQLITE"] = False
2727
#tc.variables["USE_VENDORED_CPPZMQ"] = False
2828
tc.variables["USE_VENDORED_FLATBUFFERS"] = False
@@ -32,6 +32,6 @@ def generate(self):
3232
tc.variables["USE_VENDORED_TINYXML2"] = False
3333
#tc.variables["USE_VENDORED_WILDCARDS"] = False
3434
tc.generate()
35-
35+
3636
deps = CMakeDeps(self)
3737
deps.generate()

0 commit comments

Comments
 (0)