mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Format all the files
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
type ServerAllocation = {
|
||||
ip: string,
|
||||
port: number,
|
||||
@@ -75,7 +74,7 @@ export default class Server {
|
||||
/**
|
||||
* Construct a new server model instance.
|
||||
*/
|
||||
constructor (data: ServerData) {
|
||||
constructor(data: ServerData) {
|
||||
this.identifier = data.identifier;
|
||||
this.uuid = data.uuid;
|
||||
this.name = data.name;
|
||||
|
||||
Reference in New Issue
Block a user