Skip to content

Commit 605d082

Browse files
committed
chore: beautify
1 parent 6c43164 commit 605d082

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/app/component/matrix/matrix.component.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,13 @@ export class MatrixComponent implements OnInit {
309309

310310
// activity description routing + providing parameters
311311

312-
navigate(uuid: String, dim: string, subdim: string, lvl: Number, activityName: string) {
312+
navigate(
313+
uuid: String,
314+
dim: string,
315+
subdim: string,
316+
lvl: Number,
317+
activityName: string
318+
) {
313319
let navigationExtras: NavigationExtras = {
314320
queryParams: {
315321
uuid: uuid,

0 commit comments

Comments
 (0)