mirror of https://github.com/apache/cloudstack.git
fix pre-commit checks
This commit is contained in:
parent
786372fa96
commit
210cb4c39d
|
|
@ -299,5 +299,3 @@ public class CloneBackupOfferingCmdTest {
|
|||
assertEquals(Boolean.FALSE, cloneBackupOfferingCmd.getUserDrivenBackups());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -322,4 +322,3 @@ public class CloneNetworkOfferingCmdTest {
|
|||
assertEquals(dropServices, cloneNetworkOfferingCmd.getDropServices());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -297,4 +297,3 @@ public class CloneVpcOfferingCmdTest {
|
|||
assertEquals("NATTED", cloneVpcOfferingCmd.getNetworkMode());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ except ImportError:
|
|||
raise RuntimeError("python setuptools is required to build Marvin")
|
||||
|
||||
|
||||
VERSION = "4.23.0.0-SNAPSHOT"
|
||||
VERSION = "4.23.0.0"
|
||||
|
||||
setup(name="Marvin",
|
||||
version=VERSION,
|
||||
|
|
|
|||
|
|
@ -317,4 +317,3 @@ export default {
|
|||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue