Skip to content

Commit efc7a42

Browse files
committed
Autoformat ProjectGraph.kt
1 parent 4231ed8 commit efc7a42

File tree

1 file changed

+19
-19
lines changed
  • affectedmoduledetector/src/main/kotlin/com/dropbox/affectedmoduledetector

1 file changed

+19
-19
lines changed

affectedmoduledetector/src/main/kotlin/com/dropbox/affectedmoduledetector/ProjectGraph.kt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
/*
2-
* Copyright 2018 The Android Open Source Project
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
1+
/*
2+
* Copyright 2018 The Android Open Source Project
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
1616

17-
/*
18-
* Copyright (c) 2020, Dropbox, Inc. All rights reserved.
19-
*/
17+
/*
18+
* Copyright (c) 2020, Dropbox, Inc. All rights reserved.
19+
*/
2020

2121
package com.dropbox.affectedmoduledetector
2222

2323
import org.gradle.api.Project
2424
import org.gradle.api.logging.Logger
2525
import java.io.File
2626

27-
/**
27+
/**
2828
* Creates a project graph for fast lookup by file path
2929
*/
3030
internal class ProjectGraph(project: Project, val gitRoot: File, val logger: Logger? = null) {

0 commit comments

Comments
 (0)