Remove trailing white space

This commit is contained in:
Antony Peacock
2023-01-06 22:45:19 +00:00
parent 30d0dbfff8
commit 6fbbdb0e47

View File

@@ -35,7 +35,6 @@ on:
- "docs/**"
- "src/**"
- "example/**"
jobs:
docs:
name: Generate documentation
@@ -45,6 +44,7 @@ jobs:
CXX: g++-10
CMAKE_GENERATOR: Ninja
CONAN_CMAKE_GENERATOR: Ninja
OS: ubuntu-22.04
BUILD_TYPE: Debug
COMPILER_TYPE: GCC
COMPILER_VERSION: 10