🐛 fix: Remove unnecessary blank lines in multiple index files for cleaner code structure

This commit is contained in:
web 2025-09-28 08:49:52 -07:00
parent 3b6ef177ba
commit 6a823b8faa

View File

@ -311,7 +311,6 @@ declare namespace API {
name: string;
country?: string;
city?: string;
ratio: number;
address: string;
sort?: number;
protocols: Protocol[];
@ -1829,7 +1828,6 @@ declare namespace API {
name: string;
country: string;
city: string;
ratio: number;
address: string;
sort: number;
protocols: Protocol[];
@ -2252,7 +2250,6 @@ declare namespace API {
name: string;
country?: string;
city?: string;
ratio: number;
address: string;
sort?: number;
protocols: Protocol[];