Skip to content

Commit

Permalink
Fixing formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Gopal Srinivasa authored and Gopal Srinivasa committed Nov 4, 2024
1 parent 149cd40 commit 83d8ebb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/in_mem_filter_store.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.

#pragma once

#include <vector>
#include <sstream>
#include <memory>
Expand Down
3 changes: 3 additions & 0 deletions include/index_config.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.

#pragma once

#include <memory>
Expand Down

0 comments on commit 83d8ebb

Please sign in to comment.