libnetwork: fix some whitespace formatting

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-10-01 22:37:26 +02:00
parent 481185fb8a
commit 50a7c67363
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 10 additions and 16 deletions

View File

@ -9,27 +9,21 @@ import (
// Stub implementations for DNS related functions
func (sb *sandbox) startResolver(bool) {
}
func (sb *sandbox) startResolver(bool) {}
func (sb *sandbox) setupResolutionFiles() error {
return nil
}
func (sb *sandbox) restorePath() {
}
func (sb *sandbox) restorePath() {}
func (sb *sandbox) updateHostsFile(ifaceIP []string) error {
return nil
}
func (sb *sandbox) addHostsEntries(recs []etchosts.Record) {
func (sb *sandbox) addHostsEntries(recs []etchosts.Record) {}
}
func (sb *sandbox) deleteHostsEntries(recs []etchosts.Record) {
}
func (sb *sandbox) deleteHostsEntries(recs []etchosts.Record) {}
func (sb *sandbox) updateDNS(ipv6Enabled bool) error {
return nil