net/frr: style sweep

This commit is contained in:
Franco Fichtner
2025-03-26 10:02:34 +01:00
parent 06d6a31706
commit 576d1761ec
3 changed files with 0 additions and 3 deletions
@@ -246,5 +246,4 @@ class BgpController extends ApiMutableModelControllerBase
{
return $this->toggleBase('redistributions.redistribution', $uuid);
}
}
@@ -161,5 +161,4 @@ class Ospf6settingsController extends ApiMutableModelControllerBase
{
return $this->toggleBase('redistributions.redistribution', $uuid);
}
}
@@ -158,5 +158,4 @@ class OspfsettingsController extends ApiMutableModelControllerBase
{
return $this->toggleBase('redistributions.redistribution', $uuid);
}
}