mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Format the code
This commit is contained in:
@@ -65,8 +65,8 @@ impl MetaDataParser {
|
||||
false
|
||||
}
|
||||
}
|
||||
Node::Comment(_) => { false }
|
||||
Node::Text(_) => { false }
|
||||
Node::Comment(_) => false,
|
||||
Node::Text(_) => false,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user