Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lblbc001 committed Jan 31, 2019
1 parent 9a1cf76 commit 0891c07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
google()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package com.cxyzy.cet.formatter;

/**
* 默认格式化器
*/

public class TextFormatter extends BaseInputTextFormatter {
public TextFormatter() {
}
Expand Down

0 comments on commit 0891c07

Please sign in to comment.