Skip to content
Snippets Groups Projects

ENH: Add minimal functionality

Merged Florian Spreckelsen requested to merge f-minimal into dev
7 unresolved threads
2 files
+ 10
9
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -81,7 +81,7 @@ authenticator object from a configuration.
mutable struct _Authenticator
wrapped_authenticator::Ptr{Cvoid}
function _Authenticator(managed_by_julia::Bool=false)
function _Authenticator(managed_by_julia::Bool = false)
auth = new()
if managed_by_julia
# Only append a finalizer for this if the object is
Loading