From 5de19ae83720ea1527a4e42a2b4a3238398a5d94 Mon Sep 17 00:00:00 2001 From: Raul Jordan Date: Tue, 19 Sep 2023 14:56:52 -0400 Subject: [PATCH] fmt --- src/project.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project.rs b/src/project.rs index e202405..40d4f68 100644 --- a/src/project.rs +++ b/src/project.rs @@ -32,9 +32,9 @@ pub struct BuildConfig { pub enum BuildError { // The text of this comment, and the error message contents including and following the word "Hint" // are subject to the following license, and are reproduced here in compliance with that license. - // + // // Copyright 2023 James Prestwich - // + // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at