Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
add new line in android/sdk/src/main/java/com/taobao/weex/adapter/Cla…
Browse files Browse the repository at this point in the history
…ssLoaderAdapter.java
  • Loading branch information
wrmswindmill committed Jul 21, 2019
1 parent 0cbc129 commit 45dbeaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dangerfile-static-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function check(file_type) {
}

if (!has_file_type && danger.git.modified_files) {
danger.git.created_files.some(file => {
danger.git.modified_files.some(file => {
var f = (getFileType(file) == file_type)
if (f) {
has_file_type = f;
Expand All @@ -63,7 +63,7 @@ function check(file_type) {
}

if (!has_file_type && danger.git.deleted_files) {
danger.git.created_files.some(file => {
danger.git.deleted_files.some(file => {
var f = (getFileType(file) == file_type)
if (f) {
has_file_type = f;
Expand Down

0 comments on commit 45dbeaf

Please sign in to comment.