Skip to content

Commit b6721ad

Browse files
committed
style: apply JuliaFormatter
1 parent cddac34 commit b6721ad

File tree

7 files changed

+857
-554
lines changed

7 files changed

+857
-554
lines changed

docs/make.jl

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
11
using Stingray
22
using Documenter
33

4-
DocMeta.setdocmeta!(Stingray, :DocTestSetup, :(using Stingray); recursive=true)
4+
DocMeta.setdocmeta!(Stingray, :DocTestSetup, :(using Stingray); recursive = true)
55

66
makedocs(;
7-
modules=[Stingray],
8-
authors="Aman Pandey",
9-
repo="https://github.com/matteobachetti/Stingray.jl/blob/{commit}{path}#{line}",
10-
sitename="Stingray.jl",
11-
format=Documenter.HTML(;
12-
prettyurls=get(ENV, "CI", "false") == "true",
13-
canonical="https://github.com/matteobachetti/Stingray.jl",
14-
edit_link="master",
15-
assets=String[],
7+
modules = [Stingray],
8+
authors = "Aman Pandey",
9+
repo = "https://github.com/matteobachetti/Stingray.jl/blob/{commit}{path}#{line}",
10+
sitename = "Stingray.jl",
11+
format = Documenter.HTML(;
12+
prettyurls = get(ENV, "CI", "false") == "true",
13+
canonical = "https://github.com/matteobachetti/Stingray.jl",
14+
edit_link = "master",
15+
assets = String[],
1616
),
17-
pages=[
18-
"Home" => "index.md",
19-
],
17+
pages = ["Home" => "index.md"],
2018
)
2119

22-
deploydocs(;
23-
repo="https://github.com/matteobachetti/Stingray.jl",
24-
devbranch="main",
25-
)
20+
deploydocs(; repo = "https://github.com/matteobachetti/Stingray.jl", devbranch = "main")

src/Stingray.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Stingray
22

33
using ResumableFunctions, StatsBase, Statistics, DataFrames
44
using FFTW, Metadata, NaNMath, FITSIO, Intervals
5-
using ProgressBars: tqdm as show_progress
5+
using ProgressBars: tqdm as show_progress
66

77
include("fourier.jl")
88
export positive_fft_bins
@@ -32,4 +32,4 @@ export bin_intervals_from_gtis
3232

3333
include("utils.jl")
3434

35-
end
35+
end

0 commit comments

Comments
 (0)