From 03a8e63b6645bc40142079f75ebfc852cc59b46d Mon Sep 17 00:00:00 2001 From: Gregory Sobol Date: Wed, 27 Nov 2024 15:14:42 +0100 Subject: [PATCH] fix tabs --- .gitmodules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index c9d9e6723e1..fb6a6f011ae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,16 +3,16 @@ url = https://github.com/foundry-rs/forge-std [submodule "ethexe/contracts/lib/openzeppelin-contracts"] path = ethexe/contracts/lib/openzeppelin-contracts - url = https://github.com/OpenZeppelin/openzeppelin-contracts - tag = "v5.1.0" + url = https://github.com/OpenZeppelin/openzeppelin-contracts + tag = "v5.1.0" [submodule "ethexe/contracts/lib/openzeppelin-foundry-upgrades"] path = ethexe/contracts/lib/openzeppelin-foundry-upgrades - url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades - tag = "v5.1.0" + url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades + tag = "v5.1.0" [submodule "ethexe/contracts/lib/openzeppelin-contracts-upgradeable"] path = ethexe/contracts/lib/openzeppelin-contracts-upgradeable url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable - tag = "v0.3.6" + tag = "v0.3.6" [submodule "ethexe/contracts/lib/symbiotic-core"] path = ethexe/contracts/lib/symbiotic-core url = https://github.com/grishasobol/symbiotic-core