Fix formatting issues

This commit is contained in:
Ayush Jha
2024-03-14 03:48:59 +05:45
committed by Christoph Herzog
parent 011e494e29
commit 52b04d5806
9 changed files with 76 additions and 70 deletions

View File

@@ -11,9 +11,9 @@ use url::Url;
use crate::{
types::{
self, CreateNamespaceVars, DeployApp, DeployAppConnection, DeployAppVersion,
DeployAppVersionConnection, GetCurrentUserWithAppsVars, GetDeployAppAndVersion,
DeployAppVersionConnection, DnsDomain, GetCurrentUserWithAppsVars, GetDeployAppAndVersion,
GetDeployAppVersionsVars, GetNamespaceAppsVars, Log, LogStream, PackageVersionConnection,
PublishDeployAppVars, UpsertDomainFromZoneFileVars, DnsDomain,
PublishDeployAppVars, UpsertDomainFromZoneFileVars,
},
GraphQLApiFailure, WasmerClient,
};
@@ -850,7 +850,6 @@ pub async fn get_domain_zone_file(
Ok(opt)
}
/// Retrieve a domain by its name, along with all it's records.
pub async fn get_domain_with_records(
client: &WasmerClient,
@@ -892,7 +891,6 @@ pub async fn get_all_domains(
.map(|x| x.get_all_domains)
}
/// Retrieve a domain by its name.
///
/// Specify with_records to also retrieve all records for the domain.