SubmoduleSubscriptionsIT: Format with google-java-format
Change-Id: Ia22fa4b5f6f70fe356b6ba06ae751acdf7a41ef2
This commit is contained in:
@@ -243,7 +243,8 @@ public class SubmoduleSubscriptionsIT extends AbstractSubmoduleSubscription {
|
||||
"Update git submodules\n\n"
|
||||
+ "* Update "
|
||||
+ name("subscribed-to-project")
|
||||
+ " from branch 'master'\n to " + subHEAD.getName());
|
||||
+ " from branch 'master'\n to "
|
||||
+ subHEAD.getName());
|
||||
|
||||
// The next commit should generate only its commit message,
|
||||
// omitting previous commit logs
|
||||
@@ -255,7 +256,8 @@ public class SubmoduleSubscriptionsIT extends AbstractSubmoduleSubscription {
|
||||
"Update git submodules\n\n"
|
||||
+ "* Update "
|
||||
+ name("subscribed-to-project")
|
||||
+ " from branch 'master'\n to " + subHEAD.getName()
|
||||
+ " from branch 'master'\n to "
|
||||
+ subHEAD.getName()
|
||||
+ "\n - "
|
||||
+ subCommitMsg.getShortMessage());
|
||||
}
|
||||
@@ -279,7 +281,8 @@ public class SubmoduleSubscriptionsIT extends AbstractSubmoduleSubscription {
|
||||
"Update git submodules\n\n"
|
||||
+ "* Update "
|
||||
+ name("subscribed-to-project")
|
||||
+ " from branch 'master'\n to " + subHEAD.getName());
|
||||
+ " from branch 'master'\n to "
|
||||
+ subHEAD.getName());
|
||||
|
||||
// The next commit should generate only its commit message,
|
||||
// omitting previous commit logs
|
||||
@@ -291,7 +294,8 @@ public class SubmoduleSubscriptionsIT extends AbstractSubmoduleSubscription {
|
||||
"Update git submodules\n\n"
|
||||
+ "* Update "
|
||||
+ name("subscribed-to-project")
|
||||
+ " from branch 'master'\n to " + subHEAD.getName()
|
||||
+ " from branch 'master'\n to "
|
||||
+ subHEAD.getName()
|
||||
+ "\n - "
|
||||
+ subCommitMsg.getFullMessage().replace("\n", "\n "));
|
||||
}
|
||||
|
Reference in New Issue
Block a user