diff --git a/CMakeLists.txt b/CMakeLists.txt
index ab93b921ee896a250c6a7e480b1eb3d784aa1847..26137c462b5daa123d043d6254ebebb56a98cf21 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -112,10 +112,10 @@ endif()
 
 include(FetchContent)
 # configure kokkos 4.4 repository link
-FetchContent_Declare(kokkos
-        URL https://github.com/kokkos/kokkos/releases/download/4.4.01/kokkos-4.4.01.tar.gz
-        URL_HASH MD5=eafd0d42c9831858aa84fde78576644c
-)
+FetchContent_Declare(
+  kokkos
+  URL https://github.com/kokkos/kokkos/releases/download/4.4.01/kokkos-4.4.01.tar.gz
+  URL_HASH MD5=eafd0d42c9831858aa84fde78576644c)
 
 # disable build of C++23 mdspan experimental support for now        
 set(Kokkos_ENABLE_IMPL_MDSPAN OFF CACHE BOOL "Experimental mdspan support")