Skip to content

Commit

Permalink
Format optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
magestacks committed Nov 17, 2022
1 parent 00b2a7f commit f951e89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Dubbox thread-pool adapter.
*/
@Slf4j
public class DubboxThreadPoolAdapter extends DubboThreadPoolAdapter{
public class DubboxThreadPoolAdapter extends DubboThreadPoolAdapter {

@Override
public String mark() {
Expand Down
2 changes: 1 addition & 1 deletion hippo4j-ui/src/settings.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
title: 'Hippo4J Web',
title: 'Hippo4j Web',

/**
* @type {boolean} true | false
Expand Down
2 changes: 1 addition & 1 deletion hippo4j-ui/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function resolve(dir) {
return path.join(__dirname, dir);
}

const name = defaultSettings.title || 'Hippo4J-Console'; // page title
const name = defaultSettings.title || 'Hippo4j-Console'; // page title
// If your port is set to 80,
// use administrator privileges to execute the command line.
// For example, Mac: sudo npm run
Expand Down

0 comments on commit f951e89

Please sign in to comment.