mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 09:05:29 +00:00
apply fmt 2024
This commit is contained in:
parent
6b744f3746
commit
c4c7ee70b8
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
use anyhow::{bail, Result};
|
use anyhow::{Result, bail};
|
||||||
|
|
||||||
pub struct Template {
|
pub struct Template {
|
||||||
pub index: String,
|
pub index: String,
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
use anyhow::{bail, Result};
|
use anyhow::{Result, bail};
|
||||||
use std::{fs, path::PathBuf, str::FromStr};
|
use std::{fs, path::PathBuf, str::FromStr};
|
||||||
|
|
||||||
pub struct Target(Vec<PathBuf>);
|
pub struct Target(Vec<PathBuf>);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue