Content-Length: 263242 | pFad | http://github.com/utPLSQL/utPLSQL-SQLDeveloper/commit/230e75ac5c30e9b3ee665a7aba7c736d73a228b4
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d738d83 commit 230e75aCopy full SHA for 230e75a
sqldev/src/main/java/org/utplsql/sqldev/oddgen/TestTemplate.java
@@ -41,9 +41,9 @@ public String generateSpec() {
41
final String packageName = context.getTestPackagePrefix() + objectName + context.getTestPackageSuffix();
42
sb.append("create or replace package ");
43
sb.append(packageName);
44
- sb.append(" is\n\n");
+ sb.append(" is\n");
45
if (context.isGenerateComments()) {
46
- sb.append("\t-- generated by utPLSQL for SQL Developer on ");
+ sb.append("\n\t-- generated by utPLSQL for SQL Developer on ");
47
sb.append(today);
48
sb.append("\n\n");
49
}
Fetched URL: http://github.com/utPLSQL/utPLSQL-SQLDeveloper/commit/230e75ac5c30e9b3ee665a7aba7c736d73a228b4
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments