🐛 fix: Remove unnecessary blank lines in multiple index files for cleaner code structure
This commit is contained in:
-3
@@ -311,7 +311,6 @@ declare namespace API {
|
|||||||
name: string;
|
name: string;
|
||||||
country?: string;
|
country?: string;
|
||||||
city?: string;
|
city?: string;
|
||||||
ratio: number;
|
|
||||||
address: string;
|
address: string;
|
||||||
sort?: number;
|
sort?: number;
|
||||||
protocols: Protocol[];
|
protocols: Protocol[];
|
||||||
@@ -1829,7 +1828,6 @@ declare namespace API {
|
|||||||
name: string;
|
name: string;
|
||||||
country: string;
|
country: string;
|
||||||
city: string;
|
city: string;
|
||||||
ratio: number;
|
|
||||||
address: string;
|
address: string;
|
||||||
sort: number;
|
sort: number;
|
||||||
protocols: Protocol[];
|
protocols: Protocol[];
|
||||||
@@ -2252,7 +2250,6 @@ declare namespace API {
|
|||||||
name: string;
|
name: string;
|
||||||
country?: string;
|
country?: string;
|
||||||
city?: string;
|
city?: string;
|
||||||
ratio: number;
|
|
||||||
address: string;
|
address: string;
|
||||||
sort?: number;
|
sort?: number;
|
||||||
protocols: Protocol[];
|
protocols: Protocol[];
|
||||||
|
|||||||
Reference in New Issue
Block a user