diff --git a/.editorconfig b/.editorconfig index 696a660..3d18750 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,4 +11,4 @@ insert_final_newline = true trim_trailing_whitespace = true [Makefile] -indent_style = tab +indent_style = tab \ No newline at end of file diff --git a/.gitignore b/.gitignore index 7cf0549..bb00b25 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ /bin/ /.shards/ *.dwarf -/result +/result \ No newline at end of file diff --git a/shard.lock b/shard.lock index 3986ee0..2ce31b2 100644 --- a/shard.lock +++ b/shard.lock @@ -7,4 +7,3 @@ shards: version_from_shard: git: https://github.com/hugopl/version_from_shard.git version: 1.2.5 - diff --git a/shard.yml b/shard.yml index da341c9..ca74b2a 100644 --- a/shard.yml +++ b/shard.yml @@ -23,4 +23,4 @@ dependencies: development_dependencies: spectator: gitlab: arctic-fox/spectator - version: ~> 0.10.5 + version: ~> 0.10.5 \ No newline at end of file diff --git a/shards.nix b/shards.nix index 8444749..603ff4c 100644 --- a/shards.nix +++ b/shards.nix @@ -9,4 +9,4 @@ rev = "v1.2.5"; sha256 = "0xizj0q4rd541rwjbx04cjifc2gfx4l5v6q2y7gmd0ndjmkgb8ik"; }; -} +} \ No newline at end of file diff --git a/spec/spec_helper.cr b/spec/spec_helper.cr index 67f3287..fd9b006 100644 --- a/spec/spec_helper.cr +++ b/spec/spec_helper.cr @@ -1,3 +1,2 @@ require "../src/crystal2nix" require "spectator" -