mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-17 20:52:30 +00:00
manager: run cargo fmt
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a5f3d4a21c
commit
bb367c4d2e
@ -6,8 +6,8 @@ use proxmox_schema::api;
|
|||||||
|
|
||||||
use pbs_api_types::JOB_ID_SCHEMA;
|
use pbs_api_types::JOB_ID_SCHEMA;
|
||||||
|
|
||||||
use proxmox_backup::api2;
|
|
||||||
use crate::api2::admin::sync::ListSyncDirection;
|
use crate::api2::admin::sync::ListSyncDirection;
|
||||||
|
use proxmox_backup::api2;
|
||||||
|
|
||||||
fn render_group_filter(value: &Value, _record: &Value) -> Result<String, Error> {
|
fn render_group_filter(value: &Value, _record: &Value) -> Result<String, Error> {
|
||||||
if let Some(group_filters) = value.as_array() {
|
if let Some(group_filters) = value.as_array() {
|
||||||
|
Loading…
Reference in New Issue
Block a user