mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 21:28:21 +00:00
Fix formatting issues
This commit is contained in:
committed by
Christoph Herzog
parent
011e494e29
commit
52b04d5806
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user