]> git.proxmox.com Git - cargo.git/commitdiff
whitespace
authormerelymyself <poonsters6@gmail.com>
Fri, 27 May 2022 16:14:30 +0000 (00:14 +0800)
committermerelymyself <poonsters6@gmail.com>
Fri, 27 May 2022 16:14:30 +0000 (00:14 +0800)
tests/testsuite/init/ignores_failure_to_format_source/out/src/lib.rs

index 7d12d9af8195bf5e19d10c7b592b359ccd014149..b46105ccdb7cfb85a0b2a555a0eb6df73b22ce84 100644 (file)
@@ -5,7 +5,7 @@ pub fn add(left: usize, right: usize) -> usize {
 #[cfg(test)]
 mod tests {
     use super::*;
-
+    
     #[test]
     fn it_works() {
         let result = add(2, 2);