Replace space indent with tabs

This commit is contained in:
Sebastian Kürten
2022-08-22 11:45:35 +02:00
parent 4496df723a
commit 9c42af1489
2 changed files with 44 additions and 44 deletions

View File

@@ -9,9 +9,9 @@ import org.briarproject.bramble.api.nullsafety.NotNullByDefault;
@NotNullByDefault
interface UrlConverter {
/**
* Converts a raw onion address, excluding the .onion suffix, into an
* HTTP URL.
*/
String convertOnionToBaseUrl(String onion);
/**
* Converts a raw onion address, excluding the .onion suffix, into an
* HTTP URL.
*/
String convertOnionToBaseUrl(String onion);
}