wgengine: fix blank line in interface method comment

This commit is contained in:
Brad Fitzpatrick 2020-06-24 14:10:42 -07:00
parent 5bc29e7388
commit 19d95e095a

View File

@ -55,9 +55,8 @@ type Engine interface {
// Reconfig reconfigures WireGuard and makes sure it's running.
// This also handles setting up any kernel routes.
//
// This is called whenever the tailcontrol (control plane)
// This is called whenever tailcontrol (the control plane)
// sends an updated network map.
//
// The returned error is ErrNoChanges if no changes were made.
Reconfig(*wgcfg.Config, *router.Config) error