Skip to content

Commit f4a5ccc

Browse files
committed
add newlines message
1 parent b7741a6 commit f4a5ccc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ docs/site/
2525
# It records a fixed state of all packages used by the project. As such, it should not be
2626
# committed for packages, but should be committed for applications that require a static
2727
# environment.
28-
Manifest.toml
28+
Manifest.toml

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 LandslideSIM
3+
Copyright (c) 2025 LandslideSIM
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
using MaterialPointVisualizer
2-
using Test
2+
using Test
3+
4+

0 commit comments

Comments
 (0)