mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-11 02:06:26 +00:00
clang-format everything
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
///
|
||||
#pragma once
|
||||
#include <string>
|
||||
std::string HttpRequest(const std::string& IP,int port);
|
||||
std::string PostHTTP(const std::string& IP,const std::string& Fields);
|
||||
std::string HttpRequest(const std::string& IP, int port);
|
||||
std::string PostHTTP(const std::string& IP, const std::string& Fields);
|
||||
Reference in New Issue
Block a user