Explorar o código

Fix accidental removal of newline

jockus %!s(int64=4) %!d(string=hai) anos
pai
achega
b110153b51
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      core/path/filepath/path.odin

+ 1 - 0
core/path/filepath/path.odin

@@ -215,6 +215,7 @@ rel :: proc(base_path, target_path: string, allocator := context.allocator) -> (
 		}
 		delete(base_clean);
 	}
+
 	if strings.equal_fold(target_clean, base_clean) {
 		return strings.clone("."), .None;
 	}