Skip to content

Commit 485358a

Browse files
committed
Whitespace
1 parent f5b8622 commit 485358a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ struct server_response {
624624
}
625625
}
626626
};
627+
627628
struct server_context {
628629
llama_model * model = nullptr;
629630
llama_context * ctx = nullptr;
@@ -3607,4 +3608,3 @@ int main(int argc, char ** argv) {
36073608

36083609
return 0;
36093610
}
3610-

0 commit comments

Comments
 (0)