Skip to content

Commit 0764518

Browse files
committed
whitespace, end-of-file, end-of-line linter fixes
1 parent 511d107 commit 0764518

File tree

26 files changed

+25
-44
lines changed

26 files changed

+25
-44
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# C/C++ library code
22
/include/ @ibhati @ahuber21
3-
/cmake/ @mihaic @ibhati @ahuber21
4-
/tests/ @mihaic @ibhati @ahuber21 @yuejiaointel
5-
/benchmark/ @mihaic @ibhati @ahuber21
6-
/tools/ @mihaic @ibhati @ahuber21
7-
/utils/ @mihaic @ibhati @ahuber21
3+
/cmake/ @mihaic @ibhati @ahuber21
4+
/tests/ @mihaic @ibhati @ahuber21 @yuejiaointel
5+
/benchmark/ @mihaic @ibhati @ahuber21
6+
/tools/ @mihaic @ibhati @ahuber21
7+
/utils/ @mihaic @ibhati @ahuber21
88

99
# Python and other language bindings
1010
/bindings/ @ethanglaser @ibhati @ahuber21
@@ -14,7 +14,7 @@
1414
/data/ @ibhati @ahuber21
1515

1616
# Docker and build environment
17-
/docker/ @mihaic @ahuber21
17+
/docker/ @mihaic @ahuber21
1818

1919
# CI and infra
2020
/.github @mihaic @homksei @yuejiaointel @ethanglaser

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,3 @@ install(FILES
177177
${SVS_CMAKE_FIND_FILES}
178178
DESTINATION "${LIB_CONFIG_INSTALL_DIR}"
179179
)
180-

HISTORY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,4 +707,3 @@ affect performance or users relying on internal APIs.
707707
## Third Party
708708

709709
* Bump [fmtlib](https://github.com/fmtlib/fmt) from 9.1.0 to 10.1.1.
710-

LICENSE

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@
202202
limitations under the License.
203203
============================================================================
204204
Intel® oneAPI Math Kernel Library (Intel® oneMKL): Copyright 2022 Intel Corporation
205-
205+
206206
Intel® Scalable Vector Search: Copyright (C) Intel Corporation provides shared library in binary form with optional algorithms implementations that can be used with Scalable Vector Search library
207-
208-
------------------------------
207+
208+
------------------------------
209209
Intel Simplified Software License (Version October 2022)
210210

211211
Use and Redistribution. You may use and redistribute the software, which is
@@ -277,4 +277,3 @@
277277
objections. THE UNITED NATIONS CONVENTION ON CONTRACTS FOR THE INTERNATIONAL
278278
SALE OF GOODS (1980) IS SPECIFICALLY EXCLUDED AND WILL NOT APPLY TO THE
279279
SOFTWARE.
280-

SECURITY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ Intel is committed to rapidly addressing security vulnerabilities affecting our
1919

2020
## Reporting a Vulnerability
2121
Please report any security vulnerabilities in this project [utilizing the guidelines here](https://www.intel.com/content/www/us/en/security-center/vulnerability-handling-guidelines.html).
22-

bindings/python/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
_skbuild/
33
build/
44
*.egg-info
5-

bindings/python/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,3 @@ if(DEFINED SKBUILD)
9090
# wheel.
9191
install(FILES "${CMAKE_CURRENT_LIST_DIR}/../../data/serialization.toml" DESTINATION .)
9292
endif()
93-

bindings/python/src/svs/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@
3030

3131
# Make the upgrader available without explicit import.
3232
from . import upgrader
33-

bindings/python/src/svs/upgrader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,3 @@ def upgrade(
297297
)
298298

299299
print(f"File {path} is up to date!")
300-

bindings/python/tests/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-

0 commit comments

Comments
 (0)