Skip to content

Commit

Permalink
Auto-formatting with upgrade to clang-format-15
Browse files Browse the repository at this point in the history
  • Loading branch information
dyastremsky authored Jun 23, 2023
2 parents 3b1bfca + e0f2f26 commit a858216
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/local_cache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#include "local_cache.h"

#include <algorithm>

#include "rapidjson/document.h"
#include "triton/common/logging.h"

Expand Down
1 change: 1 addition & 0 deletions src/local_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <thread>
#include <unordered_map>
#include <vector>

#include "triton/core/tritoncache.h"
#include "triton/core/tritonserver.h"

Expand Down

0 comments on commit a858216

Please sign in to comment.