Skip to content

Commit

Permalink
chore: format code utils
Browse files Browse the repository at this point in the history
  • Loading branch information
tikikun committed Oct 13, 2023
1 parent dbc7518 commit 2dc8d31
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion controllers/llamaCPP.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "llamaCPP.h"
#include "llama.h"
#include "nitro_utils.h"
#include "utils/nitro_utils.h"
#include <chrono>
#include <cstring>
#include <drogon/HttpResponse.h>
Expand Down
2 changes: 1 addition & 1 deletion controllers/llamaCPP.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "build-info.h"
#include "common.h"
#include "controllers/nitro_utils.h"
#include "utils/nitro_utils.h"
#include "grammar-parser.h"
#include "llama.h"
#include <drogon/HttpAppFramework.h>
Expand Down
2 changes: 1 addition & 1 deletion main.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "controllers/nitro_utils.h"
#include "utils/nitro_utils.h"
#include <climits> // for PATH_MAX
#include <drogon/drogon.h>

Expand Down
File renamed without changes.

0 comments on commit 2dc8d31

Please sign in to comment.