Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
steinerthomas authored Sep 7, 2024
1 parent 9a8202a commit 3284014
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/opentelemetry-cpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ def _default_cppstd(self):
if self.settings.compiler.get_safe("cppstd"):
return str(self.settings.compiler.cppstd).replace("gnu", "")
else:

Check failure on line 78 in recipes/opentelemetry-cpp/all/conanfile.py

View workflow job for this annotation

GitHub Actions / Lint changed conanfile.py (v2 migration)

unindent does not match any outer indentation level (<unknown>, line 78)
if self.settings.compiler == "apple-clang":
# default cppstd for every apple-clang version is still gnu98
return self._min_cppstd
if self.settings.compiler == "apple-clang":
# default cppstd for every apple-clang version is still gnu98
return self._min_cppstd
return default_cppstd(self).replace("gnu", "")

@property
Expand Down

0 comments on commit 3284014

Please sign in to comment.